home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / utils misc / PocketMark 0.2 / pmark02.exe / README < prev   
Encoding:
Text File  |  2000-02-02  |  5.3 KB  |  103 lines

  1. ============================
  2. README for PocketMark v0.2
  3. ============================
  4.  
  5. 1. What is PocketMark ?
  6. 2. System requirements
  7. 3. Typical values
  8. 4. Disclaimer
  9. 5. Submitting values
  10. 6. Changelog
  11. 7. Known bugs
  12. 8. URL
  13. 9. Author
  14. 10.Developing infos
  15.  
  16. ==========================
  17.  
  18. 1. What is PocketMark ?
  19. =======================
  20. PocketMark is a simple benchmark for PalmOS-based devices, such as the Palm Connected Organizer (tm).
  21. It evaluates the Palm hardware speed by performing some basic Integer, Memory and Floating Point tests; it then summarizes those values (IntMarks, MemMarks, FloatMarks) in a single "speed number" (PalmMarks), that is a weighted average of the three indexes; since version 0.2, DBMarks and GraphMarks are also evaluated; they are proportional to the speed in performing database-related operations (filling and sorting of records) and basic graphic operations (the iterated copy of a rectangle through the screen).
  22.  
  23. PocketMark is free software, released under the GNU Lesser General Public License version 2.1 (see the file "COPYING").
  24. PocketMark has the registered unique ID "MarK".
  25.  
  26. 2. System requirements
  27. ======================
  28. -> PocketMarks *REQUIRES* PalmOS v2.0 or later, and MathLib v1.0 or later. <-
  29. -> PocketMarks *REQUIRES* 20 KB of free (dynamic) memory to run (it needs to allocate some arrays to perform the benchmarks). <-
  30.  
  31. 3. Typical values
  32. =================
  33. PocketMark was tuned to give all values = 100 on a standard Palm IIIx (no hacks installed, etc.).
  34. The Palm IIIx uses a DragonBall EZ CPU running at 16.6 MHz; you'll have better values (i.e., > 100) with faster Palms (for example, the Vx has a 20 MHz DragonBall EZ), and lower values with older Palms: for example, Palm III and Palm Pilot Professional both use an older DragonBall CPU (even if it runs at 16.6 MHz as in Palm IIIx), and their indexes are lower.
  35. These are the values I got (thanks to all the users who submitted their results to me):
  36.  
  37.         IntMarks    MemMarks    FloatMarks    PalmMarks    DBMarks        GraphMarks
  38.  
  39. PilotPro    88        70        86        85        
  40. Palm III    88        70        86        85
  41. Palm IIIx    100        100        100        100        100        100
  42. Palm V        100        100        100        100
  43. Visor Deluxe    129        101        132        125
  44.  
  45. Your mileage may vary, depending, for example, on the presence of the HackMaster and hacks: in fact, generally if you use hacks you could see slightly lower performances.
  46.  
  47. The typical execution time for the whole benchmark is about 8 seconds.
  48.  
  49. 4. Disclaimer
  50. =============
  51. Even if a lot of care was used during the creation and the testing of PocketMark (including extensive Gremlin tests with 2.0, 3.0, 3.1 and 3.3 debug ROMs), PocketMark is provided "as is", and has no warranty: use at your own risk.
  52. The author takes no responsibility for any damage PocketMark could do to a Palm organizer, the data and the applications stored in it.
  53.  
  54. ** Please keep in mind that this is work in progress ** , as the version number states.
  55.  
  56. 5. Submitting values
  57. ====================
  58. A benchmark like this makes sense if other devices results are available to compare with: so I'd be glad if you can provide me your scores; they will be useful for the "reference table" I'm building on my web site.
  59. Please drop me an email (with "pocketmark" as the subject) with:
  60.  
  61. - your device model and PalmOS version
  62. - your configuration (with/without active/inactive hacks)
  63. - if you run an overclocked device, please tell me which utility you are using (Cruise Control, AfterBurner, Tornado, EcoHack, etc.) and the settings you are using (wait states, clock speed, etc.)
  64. - all the six PocketMark indexes (not just PalmMarks)
  65.  
  66. Your contribution would be useful to other users, too !
  67. Since version 0.2, you can save PocketMark results in the Memopad (the button appears on the results summary screen): this makes far easier to send the results.
  68.  
  69. 6. Changelog
  70. ============
  71. v0.1 (12/20/1999):    - initial release
  72.  
  73. v0.1.1 (1/4/2000):    - typical results are showed under Help menu ("Help/PocketMark Results")
  74.             - documentation updates
  75.  
  76. v0.2 (2/2/2000):    - new tests added: DBMark measures the speed of operations like filling and sorting
  77.             records, and GraphMark test the graphic speed by performing a rectangle copy through
  78.             the screen
  79.             - ability to save results on a Memo entry; the title of the memo is "PocketMark v0.2" 
  80.             followed by the date and time of the test. I hope this will simplify the process of
  81.             sending me the results, too !
  82.             - results table updated
  83.  
  84. 7. Known bugs
  85. =============
  86. The application version is shown as "1", even if I set it as "0.2" in the resource file: maybe a bug in PilRC 2.x ?
  87.  
  88. 8. URL
  89. ======
  90. My site (that is constantly under construction!) has a Palm section featuring PocketMark; there you can find latest version, results, and so:
  91.  
  92.     http://web.tiscalinet.it/fcarello
  93.  
  94. 9. Author
  95. =========
  96. Fernando Carello (fcarello@srd.it , fcarello@tiscalinet.it)
  97.  
  98. 10. Developing infos
  99. ====================
  100. PocketMark was developed under Win95 using the mythical GNU toolchain v0.5.0 and VFDIDE v4.1.4 (great product! Have a look at www.vfdide.com).
  101. I'm in the process of cleaning the source code and adding (more) comments to it, in order to release PocketMark under full GPL (with full sources); but it will take some time.
  102.  
  103. * Palm Connected Organizer and Palm Computing are trademarks of 3Com Corporation; all other trademarks belong to their respective owners *